Learn R Programming

R.huge (version 0.9.0)

[< -.FileMatrix: Assigns values to a subset of elements of a file matrix

Description

Assigns values to a subset of elements of a file matrix.

Usage

"["(this, i, j) <- value

Arguments

i
A numeric vector or row indices.
j
A numeric vector or column indices.
value
Values to be assigned to the selected elements.

Value

Returns itself.

See Also

*[(). For more information see FileMatrix.